* {
  padding: 0;
  margin: 0;
}

/* start style navbar */
.navbar {
  background-color: #343434a6;
}

.navbar img {
  width: 60px;
  position: absolute;
  left: 155px;
  top: 10px;
  margin-left: 5px;
}

.navbar img:hover {
  width: 70px;
  transition: 1s;
}

.navbar ul li a {
  margin-right: 25px;
}

.n1 {
  position: relative;
  left: -60px;
}

.n2 ul li a {
  color: aqua;
}

.n2 ul li a:hover {
  color: black;
}

.home-login {
  color: aqua;
}

.home-login:hover {
  color: black;
}

/* end style navbar */

/* start mood dark and light */


#darkModeBtn {
  position: fixed;
  top: 15px;
  right: 1200px;
  font-size: 18px;
  border-radius: 66px 0px 0px 66px;
  width: 40px;
  outline: none;
  /* علشان ميظهرش اني في تحديد لما اجيب الماوس عليها */
  background-color: hsla(0, 0%, 0%, 0.571);
  border: 1px solid silver;
}

#lightModeBtn {
  position: fixed;
  top: 15px;
  right: 1155px;
  font-size: 18px;
  border-radius: 0px 66px 66px 0px;
  width: 40px;
  outline: none;
  /* علشان ميظهرش اني في تحديد لما اجيب الماوس عليها */
  background-color: hsla(0, 0%, 0%, 0.571);
  border: 1px solid silver;


}

#darkModeBtn:hover,
#lightModeBtn:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px gray;
  transition: 1s;
}

#darkModeBtn:hover {
  background-color: rgb(0, 0, 0);
  transition: 1s;
}

/* end mood dark and light */

/* start stlye search */
form input {
  width: 600px;
  height: 50;
  font-size: 18px;
  text-align: center;
  /* margin-left: 350px; */
  position: absolute;
  left: 400px;
  border: 2px solid rgb(8, 8, 8);
  margin-top: 50px;
  padding: 16px 0px 16px 0px;
}

form button {
  padding: 16px 16px 16px 0px;
  background-color: aliceblue;
  border: 4px rgba(0, 0, 0, 0.61) solid;
  width: 74px;
  position: absolute;
  left: 1002px;
  top: 75px;
  margin-top: 2px;
}

/* end stlye search */



/* start style sileds */
.main-silds {
  padding-top: 120px;

}

.product-h1 {
  position: relative;
  left: -65px;
  text-shadow: 2px 2px 0px rgb(0, 183, 255);
}

.product-p1 {
  position: relative;
  left: -60px;
  font-size: 20px;
  /* text-align: center; */
  width: 600px;
  margin-bottom: 20px;
}

.price {
  text-shadow: 3px 1px 0px rgb(17, 180, 221);
}
/* end style silds */

/* start stlye m1 */
.m1 {
  margin-right: 50px;
}

.m1 h1 {
  text-align: center;
  text-decoration: underline;
  padding-top: 10px;
  color: rgba(255, 255, 0, 0.863);
}

.m1 h1:hover {
  text-shadow: 1px 6px 10px white;

}

.m1 img {
  float: right;
  border: 2px solid yellow;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 550px;
}

.m1 img:hover {
  width: 600px;
  opacity: 0.7;
  transition: 1s;
  box-shadow: -15px -5px 0px white;

}

.m1 p {
  vertical-align: middle;
  padding-top: 90px;
  text-align: left;
  font-size: 25px;
  width: 750px;
  position: absolute;
  left: 60px;
}

/* end stlye m1 */



/* start stlye m2 */
.m2 {
  margin: 100px;
  margin-top: 460px;
}

.m2 img {
  border: 2px solid red;
  width: 550px;

}

.m2 img:hover {
  width: 600px;
  opacity: 0.7;
  transition: 1s;
  box-shadow: 10px 20px 0px white;

}

.m2 h1 {
  text-align: center;
  padding-bottom: 38px;
  color: red;
  text-decoration: underline;
}


.m2 h1:hover {
  text-shadow: 1px 6px 10px white;
}

.m2 p {
  float: right;
  text-align: left;
  width: 760px;
  font-size: 25px;
  position: relative;
  left: 70px;
  top: -302px
}

/* end stlye m2 */

/* start stlyle m3 */
.m3 {
  margin: 50px;
}

.m3 h1 {
  text-align: center;
  position: absolute;
  left: 650px;
  color: yellow;
  text-decoration: underline;
}

.m3 h1:hover {
  text-shadow: 1px 6px 10px white;
}

.m3 p {
  text-align: left;
  width: 600px;
  font-size: 25px;
  position: relative;
  top: 155px;
  left: 100px;

}

.m3 img {
  position: absolute;
  left: 880px;
  margin-top: 100px;
  border: 2px solid yellow;
  width: 550px;
}

.m3 img:hover {
  width: 600px;
  opacity: 0.7;
  transition: 1s;
  box-shadow: -30px -25px 0px white;

}

/* end stlye m3 */


/* start stlye viseo-1 */
.video-1 h1 {
  position: relative;
  top: 220px;
  text-align: center;
  right: 50px;
  text-decoration: underline;
}

.video-1 h1:hover {
  text-shadow: 1px 6px 10px white;
}

.video-1 video {
  margin-top: 220px;
  margin-left: 350px;
  width: 700px;
}

/* end stlye viseo-1 */

/* start stlye m4 */
.m4 {
  margin: 100px;
  margin-top: 90px;
}

.m4 img {
  border: 2px solid red;
  width: 550px;

}

.m4 img:hover {
  width: 600px;
  opacity: 0.7;
  transition: 1s;
  box-shadow: 10px 20px 0px white;

}

.m4 h1 {
  text-align: center;
  padding-bottom: 38px;
  color: red;
  text-decoration: underline;
}


.m4 h1:hover {
  text-shadow: 1px 6px 10px white;
}

.m4 p {
  float: right;
  text-align: left;
  width: 760px;
  font-size: 25px;
  position: relative;
  left: 70px;
  top: -302px;
}

h1 {
  text-transform: capitalize;
}
/* end stlye m4 */

/* start fotter */
footer {
  width: 100%;
  height: 210px;
  margin-top: 750px;
  background-color: #343434a6;
  background-image: url(../img/صورة\ الفوتر.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

footer ul {
  list-style: none;
}

.contant,
.data {
  color: red;
  width: 150px;
  text-align: center;
  position: relative;
  top: 60px;
}

.contant {
  color: red;
  width: 150px;
  text-align: center;
  position: relative;
  top: 60px;
  font-weight: 800;
  font-size: 20px;
}

.data {
  color: white;
  text-align: justify;
  /* علشان يخلي الكلام متناسق كدة تحت بعض */
}

.social-media {
  text-align: center;
  position: relative;
  top: -25px;
  list-style: none;
  color: aqua;
  font-size: 20px;
  color: red;
  font-weight: 800;

}

.social {
  text-align: center;
  position: relative;
  top: -15px;
  font-size: 20px;

}

.social .a-1 {
  text-decoration: none;
}

.social i {
  font-size: 26px;
  position: relative;
  left: -10px;
  color: blue;
  border-radius: 60%;
  background-color: gray;
  padding: 2px;
}

.social i:hover {
  transition: 1.4s;
  color: aqua;
  background-color: blueviolet;
}

footer p {
  width: 300px;
  height: 35px;
  text-align: center;
  margin-left: 570px;
  padding: 10px;
  color: white;
  background: transparent;
  backdrop-filter: blur(20px);
  font-size: 15px;
}

/* end footer */

/* start footer-2 */
/* .fotter-2 {
  margin-top: 0px;
  height: 30px;
  background-color: rgba(52, 52, 241, 0.534);
  text-align: center;
} */
/* end footer-2 */